home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Code Resources / Jims CDEFs 1.50 / CDEF Source / source / grayCDEF.h < prev    next >
Encoding:
Text File  |  1995-11-08  |  388 b   |  9 lines  |  [TEXT/KAHL]

  1. //------------------------- © 1994-1995 by James G. Stout --------------------------
  2. // File        : grayCDEF.c
  3. // Date        : September 26, 1994
  4. // Author    : Jim Stout
  5. // Purpose    : support routines for CDEF's that can be disabled
  6. //----------------------------------------------------------------------------------
  7.  
  8. extern Boolean    getGray            (RGBColor *theGray);
  9. extern Boolean    haveGrayText    (void);